The RdlEnum<(Of <(<'T>)>)> type exposes the following members.
          
             Properties
Properties
        
        | Name | Description | |
|---|---|---|
|   | Expression | 
            Gets the expression associated with the current RdlProp.
            Note that this property throws an exception if the current object contains a constant
            (i.e. if IsExpression gets false).
            (Inherited from RdlProp.) | 
|   | IsExpression | 
            Gets a value indicating whether the current RdlProp is specified as an expression.
            (Inherited from RdlProp.) | 
|   | Value | 
            Gets the enum value if this object contains a constant,
            throws an exception if this object contains an expression.
             | 
 
     
     
     
     
    